home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_530 / frame_157 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  321 b   |  18 lines

  1. stop();
  2. story_btn.onRelease = function()
  3. {
  4.    _root.gotoAndStop("story");
  5. };
  6. instructions_btn.onRelease = function()
  7. {
  8.    _root.gotoAndStop("instructions");
  9. };
  10. start_btn.onRelease = function()
  11. {
  12.    _root.gotoAndStop("lblgame");
  13. };
  14. credits_btn.onRelease = function()
  15. {
  16.    _root.credits.gotoAndPlay(2);
  17. };
  18.